Ensure elc timestamps are newer than el files
authorRob Browning <rlb@defaultvalue.org>
Sat, 7 Nov 2015 19:18:39 +0000 (13:18 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 7 Nov 2015 19:19:38 +0000 (13:19 -0600)
commit6e26973c1a7e83f38e81696fa3d53cc33b368ebc
tree06a8bf9544fe66fed4b31cd65be0ed87d66c09f9
parente6fd2d90bdb29db485c9a4e9998e734386d11a3a
Ensure elc timestamps are newer than el files

Since strip-nodeterminism changes the *.el.gz file timestamps, restore
the timestamps after it runs.  Otherwise, Emacs will think that
corresponding .elc files are stale.

Thanks to Yuri D'Elia <wavexx@thregr.org> for reporting the problem.

Closes: 803060
debian/rules